PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / createAppearance Method
If true the existing appearance is overriden with the newly created one.
In This Topic
    createAppearance Method
    In This Topic
    Creates the visual appearance for the annotation.
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public void createAppearance( 
       boolean overrideExisting
    )

    Parameters

    overrideExisting
    If true the existing appearance is overriden with the newly created one.
    See Also